const runtime.debugLogStringLimit

3 uses

	runtime (current package)
		debuglog.go#L30: const debugLogStringLimit = debugLogBytes / 8
		debuglog.go#L308: 		if len(b) > debugLogStringLimit {
		debuglog.go#L309: 			b = b[:debugLogStringLimit]